home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 1.toast / Sample Code / Interapplication Comm / MakeStartupAliasToMe / CWDefines.h next >
Encoding:
C/C++ Source or Header  |  2000-09-28  |  3.0 KB  |  59 lines  |  [TEXT/CWIE]

  1. /*
  2.     File: CWDefines.c
  3.     
  4.     Description:
  5.         This file provided to define compile time variables that
  6.         would otherwise be defined as a command line option
  7.         to the compiler.  Used in conjunction with the
  8.         file 'MakeStartupAliasToMe.prj'.
  9.  
  10.     Copyright:
  11.         © Copyright 2000 Apple Computer, Inc. All rights reserved.
  12.     
  13.     Disclaimer:
  14.         IMPORTANT:  This Apple software is supplied to you by Apple Computer, Inc.
  15.         ("Apple") in consideration of your agreement to the following terms, and your
  16.         use, installation, modification or redistribution of this Apple software
  17.         constitutes acceptance of these terms.  If you do not agree with these terms,
  18.         please do not use, install, modify or redistribute this Apple software.
  19.  
  20.         In consideration of your agreement to abide by the following terms, and subject
  21.         to these terms, Apple grants you a personal, non-exclusive license, under Apple’s
  22.         copyrights in this original Apple software (the "Apple Software"), to use,
  23.         reproduce, modify and redistribute the Apple Software, with or without
  24.         modifications, in source and/or binary forms; provided that if you redistribute
  25.         the Apple Software in its entirety and without modifications, you must retain
  26.         this notice and the following text and disclaimers in all such redistributions of
  27.         the Apple Software.  Neither the name, trademarks, service marks or logos of
  28.         Apple Computer, Inc. may be used to endorse or promote products derived from the
  29.         Apple Software without specific prior written permission from Apple.  Except as
  30.         expressly stated in this notice, no other rights or licenses, express or implied,
  31.         are granted by Apple herein, including but not limited to any patent rights that
  32.         may be infringed by your derivative works or by other works in which the Apple
  33.         Software may be incorporated.
  34.  
  35.         The Apple Software is provided by Apple on an "AS IS" basis.  APPLE MAKES NO
  36.         WARRANTIES, EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED
  37.         WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  38.         PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE OR IN
  39.         COMBINATION WITH YOUR PRODUCTS.
  40.  
  41.         IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR
  42.         CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
  43.         GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  44.         ARISING IN ANY WAY OUT OF THE USE, REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION
  45.         OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER UNDER THEORY OF CONTRACT, TORT
  46.         (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN IF APPLE HAS BEEN
  47.         ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  48.  
  49.     Change History (most recent first):
  50.         Wed, Feb 16, 2000 -- created
  51. */
  52.  
  53. #ifndef __CWDEFINES__
  54. #define __CWDEFINES__
  55.  
  56. #define TARGET_API_MAC_CARBON 1
  57.  
  58. #endif
  59.